mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-18 00:54:21 +01:00
10 lines
265 B
TOML
10 lines
265 B
TOML
[package]
|
|
name = "notedeck_notebook"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
jsoncanvas = { git = "https://github.com/jb55/jsoncanvas", rev = "ae60f96e4d022cf037e086b793cacc3225bc14e5" }
|
|
notedeck = { workspace = true }
|
|
egui = { workspace = true }
|