Draft new iced_graphics crate 🎉
This commit is contained in:
parent
d4743183d4
commit
05af8d00d4
100 changed files with 861 additions and 1755 deletions
23
graphics/Cargo.toml
Normal file
23
graphics/Cargo.toml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
[package]
|
||||
name = "iced_graphics"
|
||||
version = "0.1.0"
|
||||
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[features]
|
||||
canvas = ["lyon"]
|
||||
|
||||
[dependencies]
|
||||
bytemuck = "1.2"
|
||||
|
||||
[dependencies.iced_native]
|
||||
version = "0.2"
|
||||
path = "../native"
|
||||
|
||||
[dependencies.iced_style]
|
||||
version = "0.1"
|
||||
path = "../style"
|
||||
|
||||
[dependencies.lyon]
|
||||
version = "0.15"
|
||||
optional = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue