add (limited) support for Digital Pictures SGA format
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 2 Sep 2023 15:45:27 +0000 (17:45 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 2 Sep 2023 15:46:15 +0000 (17:46 +0200)
commitfead60e32f35ca21262769174a23f6b4735bf28e
tree758240f38087718bdda1423eebdb8ed224e85b9c
parentbc22bba650c0ad4cd84d748468539b5dae982dc5
add (limited) support for Digital Pictures SGA format
nihav-game/Cargo.toml
nihav-game/src/codecs/mod.rs
nihav-game/src/codecs/sga.rs [new file with mode: 0644]
nihav-game/src/demuxers/mod.rs
nihav-game/src/demuxers/sga.rs [new file with mode: 0644]
nihav-registry/src/detect.rs
nihav-registry/src/register.rs