ソースを参照

change the path for demoservices

ghassmo 5 年 前
コミット
5139164d71
1 ファイル変更2 行追加2 行削除
  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"