init
This commit is contained in:
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "custom_egui_plug_widgets"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
author = "Euphoria Audio"
|
||||
crate-type = "lib"
|
||||
|
||||
[dependencies]
|
||||
|
||||
egui = { version = "0.36.1", features = ["default_fonts"] }
|
||||
egui_extras = { version = "0.36.1", features = [
|
||||
"all_loaders",
|
||||
"svg",
|
||||
"svg_text",
|
||||
] }
|
||||
image = { version = "0.25.10", features = ["png"] }
|
||||
nice-plug = { version = "0.3.0", features = [
|
||||
"standalone",
|
||||
"assert_process_allocs",
|
||||
] }
|
||||
nice-plug-egui = { version = "0.4.0" }
|
||||
rtrb = "0.4.0"
|
||||
Reference in New Issue
Block a user