From 7deccacdea808c253448499c4a473dd6c653d860 Mon Sep 17 00:00:00 2001 From: Yerkebulan Tulibergenov Date: Mon, 3 Oct 2022 10:35:41 -0700 Subject: [PATCH] Remove duplicate line from README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d16c566..9a7d04f 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,6 @@ Non-Apple platforms that shim or provide a form of AppKit may be able to use a g The following are a list of [Cargo features][cargo-features] that can be enabled or disabled. -The following are a list of [Cargo features][cargo-features] that can be enabled or disabled. - - `appkit`: Links `AppKit.framework`. - `uikit`: Links `UIKit.framework` (iOS/tvOS only). - `cloudkit`: Links `CloudKit.framework` and provides some wrappers around CloudKit functionality. Currently not feature complete.