Now mostly working with GUECS but shaders are still busted. Have to find out why they stopped working.
This commit is contained in:
parent
a5f6a82611
commit
ac22a11c9f
27 changed files with 162 additions and 1210 deletions
9
wraps/lel-guecs.wrap
Normal file
9
wraps/lel-guecs.wrap
Normal file
|
@ -0,0 +1,9 @@
|
|||
[wrap-git]
|
||||
directory=lel-guecs-0.2.0
|
||||
url=https://git.learnjsthehardway.com/learn-code-the-hard-way/lel-guecs.git
|
||||
revision=HEAD
|
||||
depth=1
|
||||
method=meson
|
||||
|
||||
[provide]
|
||||
lel_guecs = lel_guecs_dep
|
|
@ -1,7 +1,7 @@
|
|||
[wrap-git]
|
||||
directory=SFML-3.0.0
|
||||
directory=SFML-3.0.1
|
||||
url=https://github.com/SFML/SFML.git
|
||||
revision=3.0.0
|
||||
revision=3.0.1
|
||||
depth=1
|
||||
method=cmake
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue