From eda9c6e61332d9e852d3680c50ba78af150c5103 Mon Sep 17 00:00:00 2001 From: bQUARKz Date: Tue, 28 Apr 2026 18:27:11 +0100 Subject: [PATCH] Internal Viewport 270p (480x270) --- Cargo.toml | 5 +---- VERSION.txt | 2 +- scripts/gen-version.sh | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e6459fc..cc8e5d61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,12 @@ [workspace] members = [ - "crates/console/prometeu-bytecode", - + "crates/console/prometeu-bytecode", "crates/console/prometeu-drivers", "crates/console/prometeu-firmware", "crates/console/prometeu-hal", "crates/console/prometeu-system", "crates/console/prometeu-vm", - "crates/host/prometeu-host-desktop-winit", - "crates/tools/prometeu-cli", "crates/tools/pbxgen-stress", "crates/dev/prometeu-test-support", diff --git a/VERSION.txt b/VERSION.txt index 8b137891..6e8bf73a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ - +0.1.0 diff --git a/scripts/gen-version.sh b/scripts/gen-version.sh index c0fa86ee..4f32215b 100755 --- a/scripts/gen-version.sh +++ b/scripts/gen-version.sh @@ -1,5 +1,5 @@ #!/bin/bash # Get version from git tag or fallback to Cargo.toml version -VERSION=$(git describe --tags --abbrev=0 2>/dev/null || grep -m 1 '^version =' crates/prometeu/Cargo.toml | cut -d '"' -f 2 || echo "0.1.0") +VERSION=$(git describe --tags --abbrev=0 2>/dev/null || grep -m 1 '^version =' crates/tools/prometeu-cli/Cargo.toml | cut -d '"' -f 2 || echo "0.1.0") echo "$VERSION" > VERSION.txt echo "Generated VERSION.txt with version $VERSION" \ No newline at end of file