Skip to content

Commit

Permalink
Merge pull request #71 from mahkoh/jorth/vulkan
Browse files Browse the repository at this point in the history
Implement a vulkan renderer
  • Loading branch information
mahkoh authored Feb 14, 2024
2 parents f702bf9 + bd4ab62 commit d725a1e
Show file tree
Hide file tree
Showing 88 changed files with 5,339 additions and 901 deletions.
2 changes: 1 addition & 1 deletion .builds/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sources:
tasks:
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon cmake
rustup toolchain install stable
- build: |
cd jay
Expand Down
2 changes: 1 addition & 1 deletion .builds/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sources:
tasks:
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake
rustup toolchain install stable
- configure: |
sudo rmmod bochs
Expand Down
2 changes: 1 addition & 1 deletion .builds/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sources:
tasks:
- install: |
sudo pacman -Syu --noconfirm
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor
sudo pacman -S --noconfirm rustup libinput pango mesa libxkbcommon xorg-xwayland adwaita-icon-theme libxcursor cmake
rustup toolchain install stable
- test: |
cd jay
Expand Down
Loading

0 comments on commit d725a1e

Please sign in to comment.