Parcourir la source

change the path for demoservices

ghassmo il y a 5 ans
Parent
commit
5139164d71
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -128,8 +128,8 @@ name = "compile-shaders"
 path = "src/bin/compile-shaders.rs"
 
 [[bin]]
-name = "services"
-path = "src/bin/services.rs"
+name = "demoservices"
+path = "src/bin/demoservices.rs"
 
 [[bin]]
 name = "demowallet"