remove flutter impl

This commit is contained in:
Fabien Freling 2023-10-06 14:40:56 +02:00
parent 9d18f283d1
commit 847a11d293
51 changed files with 28 additions and 1379 deletions

10
build.zig.zon Normal file
View file

@ -0,0 +1,10 @@
.{
.name = "fabapp",
.version = "0.1.0",
.dependencies = .{
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/bc15c19518968878b68bbfe8eac3fe4297f11770.tar.gz",
.hash = "122093954b8c911e507de32d83a2046e122c6aca64e71f5244d54f9bbb93730c3ab7",
},
},
}