Skip to content

Commit

Permalink
meta: Update to cutekit 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Jan 28, 2025
1 parent 058846f commit 04c0f46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion meta/plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from cutekit import ensure

ensure((0, 7, 0))
ensure((0, 8, 0))

from . import start, tools # noqa E402, F401: Needed for side effect
2 changes: 1 addition & 1 deletion meta/plugins/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python-magic ~= 0.4.27
git+https://github.com/cute-engineering/cutekit.git@0.7.14
git+https://github.com/cute-engineering/cutekit.git@0.8.0
8 changes: 4 additions & 4 deletions meta/targets/skift-x86_64.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"cc": {
"cmd": "{shell.latest('clang')}",
"args": [
"-target",
"x86_64-none-elf"
"--target=x86_64-none-elf"
]
},
"cxx": {
"cmd": "{shell.latest('clang++')}",
"args": [
"-target",
"x86_64-none-elf"
"--target=x86_64-none-elf",
"-fno-exceptions",
"-fno-rtti"
]
},
"ld": {
Expand Down
4 changes: 2 additions & 2 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"cute-engineering/ce-mdi": {
"git": "https://github.com/cute-engineering/ce-mdi.git",
"tag": "v0.2.0"
"tag": "v0.3.0"
},
"cute-engineering/ce-libc": {
"git": "https://github.com/cute-engineering/ce-libc.git",
Expand All @@ -27,7 +27,7 @@
},
"cute-engineering/ce-targets": {
"git": "https://github.com/cute-engineering/ce-targets.git",
"tag": "v0.1.1"
"tag": "v0.2.0"
},
"sdl2": {
"description": "A cross-platform development library designed to provide low level access to hardware",
Expand Down

0 comments on commit 04c0f46

Please sign in to comment.