Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
boytacean
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
João Magalhães
boytacean
Commits
ff25ac1e
Verified
Commit
ff25ac1e
authored
2 years ago
by
João Magalhães
Browse files
Options
Downloads
Patches
Plain Diff
version: 0.5.1
parent
9a4ec0bc
No related branches found
Branches containing commit
Tags
0.8.0
Tags containing commit
No related merge requests found
Pipeline
#1566
passed
2 years ago
Stage: build
Stage: deploy
Changes
4
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
examples/sdl/Cargo.toml
+1
-1
1 addition, 1 deletion
examples/sdl/Cargo.toml
examples/web/package.json
+1
-1
1 addition, 1 deletion
examples/web/package.json
with
9 additions
and
3 deletions
CHANGELOG.md
+
6
−
0
View file @
ff25ac1e
...
...
@@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*
## [0.5.1] - 2022-11-14
### Changed
*
Small cosmetic changes
## [0.5.0] - 2022-11-14
### Added
...
...
This diff is collapsed.
Click to expand it.
Cargo.toml
+
1
−
1
View file @
ff25ac1e
[package]
name
=
"boytacean"
description
=
"A Game Boy emulator that is written in Rust."
version
=
"0.5.
0
"
version
=
"0.5.
1
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
license
=
"Apache-2.0"
repository
=
"https://gitlab.stage.hive.pt/joamag/boytacean"
...
...
This diff is collapsed.
Click to expand it.
examples/sdl/Cargo.toml
+
1
−
1
View file @
ff25ac1e
[package]
name
=
"boytacean-sdl"
version
=
"0.5.
0
"
version
=
"0.5.
1
"
authors
=
[
"João Magalhães <joamag@gmail.com>"
]
description
=
"Game Boy Emulator SDL (Desktop) Application"
license
=
"Apache-2.0"
...
...
This diff is collapsed.
Click to expand it.
examples/web/package.json
+
1
−
1
View file @
ff25ac1e
{
"name"
:
"boytacean-web"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
1
"
,
"description"
:
"The web version of Boytacean"
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment