mirror of
https://github.com/Solido/mixbox.git
synced 2026-03-19 22:50:54 +01:00
init
This commit is contained in:
28
pubspec.yaml
Normal file
28
pubspec.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
name: mixbox
|
||||
description: "Mixbox is a library for natural color mixing based on real pigments."
|
||||
homepage: https://github.com/scrtwpns/mixbox
|
||||
version: 1.0.0+1
|
||||
topics: color, painting, art
|
||||
|
||||
environment:
|
||||
sdk: ^3.0.0
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
archive:
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: ^6.0.0
|
||||
|
||||
flutter:
|
||||
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
- assets/mixbox_lut.dat
|
||||
|
||||
Reference in New Issue
Block a user