Make it build
This commit is contained in:
parent
6c75037edd
commit
1cf83b65df
4 changed files with 728 additions and 405 deletions
|
@ -26,11 +26,12 @@ all-features = true
|
|||
|
||||
[features]
|
||||
all = ["core", "dpi", "event", "menu", "window"]
|
||||
core = []
|
||||
core = ["dep:futures"]
|
||||
dpi = []
|
||||
event = ["dep:futures"]
|
||||
menu = ["core", "window"]
|
||||
window = ["dpi", "event"]
|
||||
fs = []
|
||||
|
||||
[workspace]
|
||||
members = ["examples/test", "examples/test/src-tauri"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue