mirror of
https://github.com/PrimeDecomp/retrotool.git
synced 2026-07-12 18:18:58 -07:00
Rework tab system
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
checks:
|
||||
- advisories
|
||||
- bans licenses sources
|
||||
fail-fast: false
|
||||
# Prevent new advisories from failing CI
|
||||
continue-on-error: ${{ matrix.checks == 'advisories' }}
|
||||
steps:
|
||||
|
||||
Generated
+1
-1
@@ -450,7 +450,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "bevy_egui"
|
||||
version = "0.19.0"
|
||||
source = "git+https://github.com/paul-hansen/bevy_egui?branch=egui-0.21#6778a8c308f120ed1a9c8c261a05f971873919d8"
|
||||
source = "git+https://github.com/mvlabat/bevy_egui?rev=65f37508339e3a1abe54ae901dad7f49e820cd41#65f37508339e3a1abe54ae901dad7f49e820cd41"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"bevy",
|
||||
|
||||
@@ -15,7 +15,7 @@ use bevy::{
|
||||
prelude::*,
|
||||
};
|
||||
use binrw::Endian;
|
||||
use image::{ RgbaImage};
|
||||
use image::RgbaImage;
|
||||
use retrolib::{
|
||||
format::{
|
||||
foot::locate_meta,
|
||||
|
||||
+379
-320
File diff suppressed because it is too large
Load Diff
@@ -4,7 +4,7 @@ mod cmd;
|
||||
use argh::FromArgs;
|
||||
|
||||
#[derive(FromArgs, PartialEq, Debug)]
|
||||
/// GameCube/Wii decompilation project tools.
|
||||
/// Tools for working with Retro game formats.
|
||||
struct TopLevel {
|
||||
#[argh(subcommand)]
|
||||
command: SubCommand,
|
||||
|
||||
Reference in New Issue
Block a user