remove tauri rust src and replace with lib
All checks were successful
continuous-integration/drone/push Build is passing

remove empty files
This commit is contained in:
2023-06-27 16:46:54 +02:00
parent 1d9508f49b
commit fa3f7a8403
27 changed files with 85 additions and 1829 deletions

View File

@@ -8,7 +8,7 @@ license = "MIT"
repository = "https://github.com/tempblade/creator"
[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "lib"]
[dependencies]
rayon = { version = "1.7", optional = true }