0.1.0-1-alpha.2-fix.4

This commit is contained in:
2026-09-17 09:32:14 +02:00
parent b31ffa74f5
commit a80233dbb1
7 changed files with 75 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
# file: crates/apps/game-reflex-poc-tauri/Cargo.toml
# version: 4
# version: 5
[package]
name = "game-reflex-poc-tauri"
@@ -24,6 +24,7 @@ tauri-build.workspace = true
[dependencies]
game-logging-lib = { path = "../../common/game-logging-lib" }
serde.workspace = true
engine-v1-platform-api = { path = "../../engines/engine-v1-platform-api" }
tauri.workspace = true
tauri-plugin-tracing.workspace = true

View File

@@ -1,7 +1,7 @@
{
"name": "game-reflex-poc-tauri",
"private": true,
"version": "0.1.0-1-alpha.2.fix.3",
"version": "0.1.0-1-alpha.2.fix.4",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Reflex POC Tauri",
"version": "0.1.0-1-alpha.2.fix.3",
"version": "0.1.0-1-alpha.2.fix.4",
"identifier": "com.sasedev.games.reflex.tauri",
"build": {
"beforeDevCommand": {