added undo/redo feature
This commit is contained in:
@@ -11,12 +11,17 @@ version.workspace = true
|
||||
[dependencies]
|
||||
gtk4.workspace = true
|
||||
gdk4.workspace = true
|
||||
rdraught.workspace = true
|
||||
rdraught = {workspace = true, features = ["std"]}
|
||||
librsvg.workspace = true
|
||||
cairo-rs.workspace = true
|
||||
gio.workspace = true
|
||||
glib.workspace = true
|
||||
|
||||
# [[bin]]
|
||||
# name = "dialog_test"
|
||||
# path = "src/greeting_dialog.rs"
|
||||
[lib]
|
||||
name = "rdraught_ui"
|
||||
crate-type = ["lib"]
|
||||
bench = false
|
||||
|
||||
[[bin]]
|
||||
name = "rdraught-ui"
|
||||
path = "src/main.rs"
|
||||
|
Reference in New Issue
Block a user