rename raylib-test to example

This commit is contained in:
Braedon Lewis 2023-03-19 23:54:01 -04:00
parent 8ef921c2d9
commit c0edbe188f
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,5 @@
FileVersion = 1
Projects = {raylib-beef = {Path = "."}, raylib-test = {Path = "raylib-test"}}
Projects = {raylib-beef = {Path = "."}, example = {Path = "example"}}
[Workspace]
StartupProject = "raylib-test"
StartupProject = "example"

View file

@ -2,5 +2,6 @@ FileVersion = 1
Dependencies = {corlib = "*", raylib-beef = "*"}
[Project]
Name = "raylib-test"
Name = "example"
StartupObject = "raylib_test.Program"
DefaultNamespace = "raylib_test"