Skip to content

Commit

Permalink
Add boilerplate module doc disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Mar 6, 2023
1 parent fb20256 commit 590de07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/renderers/femtovg/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Copyright © SixtyFPS GmbH <[email protected]>
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial

#![doc = include_str!("README.md")]
#![doc(html_logo_url = "https://slint-ui.com/logo/slint-logo-square-light.svg")]

use std::cell::RefCell;
use std::pin::Pin;
use std::rc::{Rc, Weak};
Expand Down

0 comments on commit 590de07

Please sign in to comment.