alpha
Login
or
Join now
isaaccorbrey.com
/
nintendo64
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
A high level framework for building software on the Nintendo 64.
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore: Fix license string
author
Isaac
date
3 years ago
(Apr 17, 2023, 3:44 PM -0400)
commit
820f0939
820f0939591da3143556ecbf92400ca8f9f0d423
parent
e2ca35cf
e2ca35cff2ff01a93813f56dec11c5f99de959d8
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
Cargo.toml
+1
-1
Cargo.toml
View file
Reviewed
···
4
4
version = "0.0.0"
5
5
edition = "2021"
6
6
readme = "README.md"
7
7
-
license = "GPL-v3.0"
7
7
+
license = "GPL-3.0-only"
8
8
categories = ["development-tools"]
9
9
keywords = ["nintendo64", "n64", "embedded"]
10
10
description = "A high level framework for building software on the Nintendo 64."