[package] name = "makepad-example-table" version = "0.1.0" edition = "2021" authors = ["Makepad Table Scaffold "] description = "Demo for the makepad-table widget" license = "MIT OR Apache-2.0" [dependencies] makepad-widgets = { git = "https://gitdab.com/andodeki/makepad", rev = "ecf5a572ab62a1c1598909971f602f99083671cc" } makepad-table = { path = "../.." }