alpha
Login
or
Join now
gwen.works
/
shapemaker
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.
This repository has no description
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
🎨 Format code
author
gwennlbh
committer
github-actions[bot]
date
8 months ago
(Oct 28, 2025, 8:03 PM UTC)
commit
a911e7a4
a911e7a46e1c5efc42af8cdc420405d50eceb49f
parent
e2bd1b4a
e2bd1b4abae54b404b123da625910f736c2ceb82
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
src
video
mod.rs
+2
-2
src/video/mod.rs
Reviewed
···
6
6
pub mod video;
7
7
8
8
#[cfg(feature = "video")]
9
9
-
pub mod encoding;
10
10
-
#[cfg(feature = "video")]
11
9
pub mod encoders;
10
10
+
#[cfg(feature = "video")]
11
11
+
pub mod encoding;
12
12
13
13
#[cfg(feature = "video-server")]
14
14
pub mod server;