about summary refs log tree commit diff stats
path: root/libmpv2/Cargo.toml
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 12:47:53 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 12:47:53 +0200
commit9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7 (patch)
tree1e2cbbfd1f7eb86021b14fdf33a36700eed23181 /libmpv2/Cargo.toml
parentbuild(flake): Setup up checks (formatter and derivation) (diff)
downloadyt-9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7.tar.gz
yt-9dea083e2e7cf0eb3a1bc58e50259d21cb53b8c7.zip
style(treewide): Reformat v0.1.0
Diffstat (limited to 'libmpv2/Cargo.toml')
-rw-r--r--libmpv2/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpv2/Cargo.toml b/libmpv2/Cargo.toml
index b72f692..72e9fac 100644
--- a/libmpv2/Cargo.toml
+++ b/libmpv2/Cargo.toml
@@ -32,5 +32,5 @@ sdl2 = "0.36.0"
 
 [features]
 default = ["protocols", "render"]
-protocols = [] # Enable custom protocol callbacks
-render = [] # Enable custom rendering
+protocols = []                    # Enable custom protocol callbacks
+render = []                       # Enable custom rendering