ui improvements and feature flags for AI integration
Continuous integration / build (push) Failing after 4m9s

This commit is contained in:
2025-08-18 01:06:30 +01:00
parent b6d0e10a7d
commit c891a8be58
9 changed files with 669 additions and 437 deletions
+1 -3
View File
@@ -1,11 +1,9 @@
pkgname=worldcoder
pkgver=0.1.1
pkgrel=1
pkgrel=3
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
# Generated in accordance to https://wiki.archlinux.org/title/Rust_package_guidelines.
# Might require further modification depending on the package involved.
prepare() {
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}