mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-14 21:06:58 +01:00
rename raylib-test to example
This commit is contained in:
parent
8ef921c2d9
commit
c0edbe188f
3 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -2,5 +2,6 @@ FileVersion = 1
|
|||
Dependencies = {corlib = "*", raylib-beef = "*"}
|
||||
|
||||
[Project]
|
||||
Name = "raylib-test"
|
||||
Name = "example"
|
||||
StartupObject = "raylib_test.Program"
|
||||
DefaultNamespace = "raylib_test"
|
Loading…
Add table
Reference in a new issue