Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
João Magalhães
chip-ahoyto
Commits
2cd4cf90
Verified
Commit
2cd4cf90
authored
Nov 21, 2022
by
João Magalhães
🎱
Browse files
version: 0.4.1
parent
0bbdba36
Pipeline
#1765
passed with stages
in 17 minutes and 23 seconds
Changes
5
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2cd4cf90
...
...
@@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
*
## [0.4.1] - 2022-11-21
### Fixed
*
Gitlab CI/CD issues
## [0.4.0] - 2022-11-21
...
...
Cargo.toml
View file @
2cd4cf90
[package]
name
=
"chip-ahoyto"
description
=
"A CHIP-8 emulator in Rust."
version
=
"0.4.
0
"
version
=
"0.4.
1
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
license
=
"Apache-2.0"
repository
=
"https://gitlab.stage.hive.pt/joamag/chip-ahoyto"
keywords
=
[
"chip-8"
,
"emulator"
,
"rust"
]
edition
=
"2018"
exclude
=
[
"/frontends"
,
"/res/roms"
]
[lib]
crate-type
=
[
"cdylib"
,
"rlib"
]
...
...
frontends/benchmark/Cargo.toml
View file @
2cd4cf90
[package]
name
=
"chip-ahoyto-benchmark"
version
=
"0.4.
0
"
version
=
"0.4.
1
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Benchmark application"
license
=
"Apache-2.0"
...
...
frontends/sdl/Cargo.toml
View file @
2cd4cf90
[package]
name
=
"chip-ahoyto-sdl"
version
=
"0.4.
0
"
version
=
"0.4.
1
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Emulator SDL (Desktop) Application"
license
=
"Apache-2.0"
...
...
frontends/web/package.json
View file @
2cd4cf90
{
"name"
:
"chip-ahoyto-web"
,
"version"
:
"0.4.
0
"
,
"version"
:
"0.4.
1
"
,
"description"
:
"The web version of CHIP-Ahoyto"
,
"repository"
:
{
"type"
:
"git"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment