0.1.0-1-alpha.2-fix.1
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
// file: crates/apps/game-reflex-poc-tauri/build.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Tauri build script skipped for the WebAssembly library target.
|
||||
|
||||
fn main() {
|
||||
let target_arch = std::env::var("CARGO_CFG_TARGET_ARCH");
|
||||
|
||||
BIN
crates/apps/game-reflex-poc-tauri/icons/icon.png
Normal file
BIN
crates/apps/game-reflex-poc-tauri/icons/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "Reflex POC Tauri",
|
||||
"version": "0.1.0-1-alpha.2",
|
||||
"version": "0.1.0-1-alpha.2.fix.1",
|
||||
"identifier": "com.sasedev.games.reflex.tauri",
|
||||
"build": {
|
||||
"frontendDist": "../../../Tauri/game-reflex-poc/frontend"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# file: crates/games/game-reflex-poc/Cargo.toml
|
||||
# version: 2
|
||||
# version: 3
|
||||
|
||||
[package]
|
||||
name = "game-reflex-poc"
|
||||
@@ -13,7 +13,6 @@ publish.workspace = true
|
||||
[dependencies]
|
||||
engine-v1-common = { path = "../../engines/engine-v1-common" }
|
||||
engine-v1-platform-api = { path = "../../engines/engine-v1-platform-api" }
|
||||
engine-v1-sdl = { path = "../../engines/engine-v1-sdl" }
|
||||
|
||||
[dev-dependencies]
|
||||
game-logging-lib = { path = "../../common/game-logging-lib" }
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# file: crates/games/game-snake-poc/Cargo.toml
|
||||
# version: 2
|
||||
# version: 3
|
||||
|
||||
[package]
|
||||
name = "game-snake-poc"
|
||||
@@ -13,7 +13,6 @@ publish.workspace = true
|
||||
[dependencies]
|
||||
engine-v1-common = { path = "../../engines/engine-v1-common" }
|
||||
engine-v1-platform-api = { path = "../../engines/engine-v1-platform-api" }
|
||||
engine-v1-sdl = { path = "../../engines/engine-v1-sdl" }
|
||||
|
||||
[dev-dependencies]
|
||||
game-logging-lib = { path = "../../common/game-logging-lib" }
|
||||
|
||||
Reference in New Issue
Block a user