this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Format code

authored by

gwennlbh and committed by
github-actions[bot]
a911e7a4 e2bd1b4a

+2 -2
+2 -2
src/video/mod.rs
··· 6 6 pub mod video; 7 7 8 8 #[cfg(feature = "video")] 9 - pub mod encoding; 10 - #[cfg(feature = "video")] 11 9 pub mod encoders; 10 + #[cfg(feature = "video")] 11 + pub mod encoding; 12 12 13 13 #[cfg(feature = "video-server")] 14 14 pub mod server;