-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add programmatic character animation
Also update crosscomp to deb822
- Loading branch information
Showing
3 changed files
with
64 additions
and
10 deletions.
There are no files selected for viewing
Submodule RavEngine
updated
from 25ea2c to 0c5ca3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,29 @@ | ||
deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble main restricted universe | ||
deb [arch=amd64] http://security.ubuntu.com/ubuntu/ noble-security main restricted universe | ||
deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ noble-updates main restricted universe | ||
Types: deb | ||
URIs: http://archive.ubuntu.com/ubuntu/ | ||
Suites: noble | ||
Components: main restricted universe | ||
Architectures: amd64 | ||
|
||
deb [arch=arm64] http://azure.ports.ubuntu.com/ubuntu-ports/ noble main restricted multiverse universe | ||
deb [arch=arm64] http://azure.ports.ubuntu.com/ubuntu-ports/ noble-updates main restricted multiverse universe | ||
Types: deb | ||
URIs: http://security.ubuntu.com/ubuntu/ | ||
Suites: noble-security | ||
Components: main restricted universe | ||
Architectures: amd64 | ||
|
||
Types: deb | ||
URIs: http://archive.ubuntu.com/ubuntu/ | ||
Suites: noble-updates | ||
Components: main restricted universe | ||
Architectures: amd64 | ||
|
||
Types: deb | ||
URIs: http://ports.ubuntu.com/ubuntu-ports/ | ||
Suites: noble | ||
Components: main restricted multiverse universe | ||
Architectures: arm64 | ||
|
||
Types: deb | ||
URIs: http://ports.ubuntu.com/ubuntu-ports/ | ||
Suites: noble-updates | ||
Components: main restricted multiverse universe | ||
Architectures: arm64 |