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
1bcc2bdd
Verified
Commit
1bcc2bdd
authored
Jun 21, 2022
by
João Magalhães
🎱
Browse files
version: 0.2.0
parent
7b6a18b0
Pipeline
#702
passed with stages
in 16 minutes
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
1bcc2bdd
...
...
@@ -9,11 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
*
Support for WASM (Web) version
*
Drag and Drop support in Web version
*
Support for background selection in SDL example
*
Support for the
`beep()`
sound in Web
*
Proportional support for fullscreen
*
### Changed
...
...
@@ -23,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
## [0.2.0] - 2022-06-21
### Added
*
Support for WASM (Web) version 🎉
*
Drag and Drop support in Web version
*
Support for background selection in SDL example
*
Support for the
`beep()`
sound in Web
*
Proportional support for fullscreen
## [0.1.0] - 2022-06-19
### Added
...
...
Cargo.toml
View file @
1bcc2bdd
[package]
name
=
"chip-ahoyto"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Emulator in Rust"
license
=
"Apache"
...
...
examples/benchmark/Cargo.toml
View file @
1bcc2bdd
[package]
name
=
"chip-ahoyto-benchmark"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Benchmark application"
license
=
"Apache-2.0"
...
...
examples/sdl/Cargo.toml
View file @
1bcc2bdd
[package]
name
=
"chip-ahoyto-sdl"
version
=
"0.
1
.0"
version
=
"0.
2
.0"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"CHIP-8 Emulator SDL (Desktop) Application"
license
=
"Apache-2.0"
...
...
examples/web/package.json
View file @
1bcc2bdd
{
"name"
:
"chip-ahoyto-web"
,
"version"
:
"0.2.0"
,
"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