feat: first cut on M0 - base structure of project
This commit is contained in:
11
crates/bds-editor/Cargo.toml
Normal file
11
crates/bds-editor/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "bds-editor"
|
||||
edition.workspace = true
|
||||
version.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
iced = { workspace = true }
|
||||
cosmic-text = { workspace = true }
|
||||
ropey = { workspace = true }
|
||||
syntect = { workspace = true }
|
||||
Reference in New Issue
Block a user