workspaceify
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "kiln-egui"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "kiln"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
kiln-core = { path = "../kiln-core" }
|
||||
eframe = "0.33.3"
|
||||
color = "0.3.3"
|
||||
image = { version = "0.25", default-features = false, features = ["png"] }
|
||||
rfd = "0.15"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
Reference in New Issue
Block a user