Skip to content

Commit f37113d

Browse files
committed
feat: git source test
1 parent bd2b950 commit f37113d

File tree

5 files changed

+1316
-0
lines changed

5 files changed

+1316
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# pixi environments
2+
.pixi
3+
4+
# The build directory
5+
.build
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Simple C++ SDL Example with specified source path
2+
3+
This is a simple pixi demo that showcases how to use C++ and SDL with specified source path.
4+
5+
## How to use?
6+
7+
Make sure you have `pixi` available in your terminal.
8+
Navigate to this directory and run:
9+
10+
```shell
11+
12+
# Start the build executable
13+
pixi run start
14+
```

0 commit comments

Comments
 (0)