Skip to content

Commit 33a5a49

Browse files
authored
Merge pull request #24 from wravery/dev
fix: replace crate doc header to unblock publish
2 parents 7c98dc4 + ef0509c commit 33a5a49

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cef/src/lib.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#![doc = include_str!("../../README.md")]
1+
//! # cef-rs
2+
//!
3+
//! Use the [Chromium Embedded Framework](https://github.com/chromiumembedded/cef) in Rust.
24
35
pub mod args;
46
pub mod rc;

0 commit comments

Comments
 (0)