0.1.0-1-alpha.2-fix.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user