Initial project scaffold

Sets up eframe/egui app with basic menu bar and placeholder viewport. Adds Rhai scripting dependency for future game object scripting system.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 23:42:14 -05:00
commit f3e5dece7f
5 changed files with 4482 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "viberogue"
version = "0.1.0"
edition = "2024"
[dependencies]
eframe = "0.33.3"
rhai = "1"